HomeSort by relevance Sort by last modified time
    Searched defs:F32 (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug470.go 14 F32 = 0.00999999977648258209228515625
21 // 0.01 rounded to float32 then to float64 is F32.
23 if F != F32 {
24 panic(fmt.Sprintf("F=%.1000g, want %.1000g", F, F32))
  /prebuilts/go/linux-x86/test/fixedbugs/
bug470.go 14 F32 = 0.00999999977648258209228515625
21 // 0.01 rounded to float32 then to float64 is F32.
23 if F != F32 {
24 panic(fmt.Sprintf("F=%.1000g, want %.1000g", F, F32))
  /prebuilts/go/darwin-x86/test/
cmplx.go 20 f32 float32
22 F32 Float32
41 c64 = complex(f32, f32)
45 _ = complex(f32, f64) // ERROR "complex"
46 _ = complex(f64, f32) // ERROR "complex"
47 _ = complex(f32, F32) // ERROR "complex"
48 _ = complex(F32, f32) // ERROR "complex
19 f32 float32 var
    [all...]
convT2X.go 20 F32 float32
34 func (F32) Method() {}
48 f32 = F32(6)
65 if32 interface{} = f32
80 jf32 J = f32
122 if f32 != if32 {
123 panic("f32 != if32")
125 if f32 != jf32 {
126 panic("f32 != jf32"
47 f32 = F32(6) var
    [all...]
  /prebuilts/go/linux-x86/test/
cmplx.go 20 f32 float32
22 F32 Float32
41 c64 = complex(f32, f32)
45 _ = complex(f32, f64) // ERROR "complex"
46 _ = complex(f64, f32) // ERROR "complex"
47 _ = complex(f32, F32) // ERROR "complex"
48 _ = complex(F32, f32) // ERROR "complex
19 f32 float32 var
    [all...]
convT2X.go 20 F32 float32
34 func (F32) Method() {}
48 f32 = F32(6)
65 if32 interface{} = f32
80 jf32 J = f32
122 if f32 != if32 {
123 panic("f32 != if32")
125 if f32 != jf32 {
126 panic("f32 != jf32"
47 f32 = F32(6) var
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
TypeAliases.py 78 def F32(self):
144 def TypeAliasesAddF32(builder, f32): builder.PrependFloat32Slot(8, f32, 0.0)
TypeAliases.cs 36 public float F32 { get { int o = __p.__offset(20); return o != 0 ? __p.bb.GetFloat(o + __p.bb_pos) : (float)0.0f; } }
37 public bool MutateF32(float f32) { int o = __p.__offset(20); if (o != 0) { __p.bb.PutFloat(o + __p.bb_pos, f32); return true; } else { return false; } }
58 float f32 = 0.0f,
68 TypeAliases.AddF32(builder, f32);
87 public static void AddF32(FlatBufferBuilder builder, float f32) { builder.AddFloat(8, f32, 0.0f); }
TypeAliases.go 125 func (rcv *TypeAliases) F32() float32 {
210 func TypeAliasesAddF32(builder *flatbuffers.Builder, f32 float32) {
211 builder.PrependFloat32Slot(8, f32, 0.0)
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 106 passed &= (Element::F32(mRS) != nullptr);
173 sp<const Element> F32 = Element::F32(mRS);
203 sp<const Element> ElementArrs[] = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2,
242 eb->add(Element::F32(mRS), "F32", arraySize);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 605 UINT32 *F32;
783 F32 = (UINT32 *) Fixup;
784 *F32 = *F32 + (UINT32) Adjust;
787 *(UINT32 *) FixupData = *F32;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
PeLoader.c 420 UINT32 *F32;
488 F32 = (UINT32 *) Fixup;
489 *F32 = *F32 + (UINT32) Adjust;
492 *(UINT32 *) FixupData = *F32;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 518 UINT32 *F32;
689 F32 = (UINT32 *) Fixup;
690 *F32 = *F32 + (UINT32) Adjust;
693 *(UINT32 *)FixupData = *F32;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeCoffLoader.c 707 UINT32 *F32;
896 F32 = (UINT32 *) Fixup;
897 *F32 = *F32 + (UINT32) Adjust;
900 *(UINT32 *) FixupData = *F32;
    [all...]
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UT_global.java 70 test(Element.F32(RS), () -> {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 169 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
Wasm.h 172 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
Wasm.h 172 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
Wasm.h 179 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
Wasm.h 179 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
Wasm.h 179 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
Wasm.h 179 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 169 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
Wasm.h 172 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
Wasm.h 172 F32 = WASM_TYPE_F32,

Completed in 385 milliseconds

1 2 3 4 5 6