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

1 2 3

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug470.go 15 F64 = 0.01000000000000000020816681711721685132943093776702880859375
22 // 0.01 represented directly in float64 is F64.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug470.go 15 F64 = 0.01000000000000000020816681711721685132943093776702880859375
22 // 0.01 represented directly in float64 is F64.
  /prebuilts/go/darwin-x86/test/
cmplx.go 21 f64 float64
23 F64 Float64
34 c128 = complex(f64, f64)
37 _ = complex(f32, f64) // ERROR "complex"
38 _ = complex(f64, f32) // ERROR "complex"
41 _ = complex(f64, F64) // ERROR "complex"
42 _ = complex(F64, f64) // ERROR "complex
20 f64 float64 var
    [all...]
convT2X.go 21 F64 float64
35 func (F64) Method() {}
49 f64 = F64(7)
66 if64 interface{} = f64
81 jf64 J = f64
128 if f64 != if64 {
129 panic("f64 != if64")
131 if f64 != jf64 {
132 panic("f64 != jf64"
48 f64 = F64(7) var
    [all...]
  /prebuilts/go/linux-x86/test/
cmplx.go 21 f64 float64
23 F64 Float64
34 c128 = complex(f64, f64)
37 _ = complex(f32, f64) // ERROR "complex"
38 _ = complex(f64, f32) // ERROR "complex"
41 _ = complex(f64, F64) // ERROR "complex"
42 _ = complex(F64, f64) // ERROR "complex
20 f64 float64 var
    [all...]
convT2X.go 21 F64 float64
35 func (F64) Method() {}
49 f64 = F64(7)
66 if64 interface{} = f64
81 jf64 J = f64
128 if f64 != if64 {
129 panic("f64 != if64")
131 if f64 != jf64 {
132 panic("f64 != jf64"
48 f64 = F64(7) var
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ipf/
PeCoffLoaderEx.c 93 UINT64 *F64;
209 F64 = (UINT64 *) Fixup;
212 *(UINT64 *)(*FixupData) = *F64;
274 UINT64 *F64;
279 F64 = (UINT64 *) Fixup;
281 if (*(UINT64 *) (*FixupData) == *F64) {
282 *F64 = *F64 + (UINT64) Adjust;
289 F64 = (UINT64 *) Fixup;
291 if (*(UINT64 *) (*FixupData) == *F64) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
PeCoffLoaderEx.c 104 UINT64 *F64;
221 F64 = (UINT64 *) Fixup;
224 *(UINT64 *)(*FixupData) = *F64;
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 110 passed &= (Element::F64(mRS) != nullptr);
177 sp<const Element> F64 = Element::F64(mRS);
204 F32_3, F32_4, F64, I16, I32, I64, I8,
246 eb->add(Element::F64(mRS), "F64", arraySize);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 606 UINT64 *F64;
767 F64 = (UINT64 *) Fixup;
768 *F64 = *F64 + (UINT64) Adjust;
771 *(UINT64 *) FixupData = *F64;
    [all...]
PeCoffLoaderEx.c 131 UINT64 *F64;
248 F64 = (UINT64 *) Fixup;
251 *(UINT64 *)(*FixupData) = *F64;
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
PeLoader.c 421 UINT64 *F64;
498 F64 = (UINT64 *) Fixup;
499 *F64 = *F64 + (UINT64) Adjust;
502 *(UINT64 *) FixupData = *F64;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 519 UINT64 *F64;
699 F64 = (UINT64 *) Fixup;
700 *F64 = *F64 + (UINT64) Adjust;
703 *(UINT64 *)(FixupData) = *F64;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeCoffLoader.c 708 UINT64 *F64;
909 F64 = (UINT64 *) Fixup;
910 *F64 = *F64 + (UINT64) Adjust;
913 *(UINT64 *)(FixupData) = *F64;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 58 testTypeBuilderHelper(Element.F64(mRS));
ElementTest.java 75 assertTrue(Element.F64(mRS) != null);
200 Element[] F64 = { Element.F64(mRS) };
249 F64, I16, I32, I64, I8,
292 eb.add(Element.F64(mRS), "F64", arraySize);
362 assertFalse(Element.F64(mRS).isComplex());
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 401 public static Element F64(RenderScript rs) {
    [all...]

Completed in 1069 milliseconds

1 2 3