Home
last modified time | relevance | path

Searched defs:Doubles (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/emboss/compiler/back_end/cpp/testcode/
H A Dfloat_test.cc227 TEST(Doubles, One) { TestDoubleValue(+1.0, 0x3ff0000000000000UL); } in TEST() argument
228 TEST(Doubles, Fraction) { TestDoubleValue(-0.375, 0xbfd8000000000000UL); } in TEST() argument
229 TEST(Doubles, MinimumDenorm) { in TEST() argument
233 TEST(Doubles, PlusZero) { in TEST() argument
240 TEST(Doubles, MinusZero) { in TEST() argument
247 TEST(Doubles, PlusInfinity) { in TEST() argument
257 TEST(Doubles, MinusInfinity) { in TEST() argument
267 TEST(Doubles, Nan) { in TEST() argument
275 TEST(Doubles, CopyFrom) { in TEST() argument
290 TEST(Doubles, TryToCopyFrom) { in TEST() argument
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/
H A DDoubles.java51 public final class Doubles extends DoublesMethodsForWeb { class
52 private Doubles() {} in Doubles() method in Doubles
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DDoubles.java53 public final class Doubles extends DoublesMethodsForWeb { class
54 private Doubles() {} in Doubles() method in Doubles
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
H A DDoubles.java7 public class Doubles class
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DDoubles.java3 public class Doubles class
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
H A DDoubles.java7 public class Doubles class
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/
H A DEqualsCompareTest.java398 static class Doubles extends BufferType<DoubleBuffer, Double> { class in EqualsCompareTest.BufferType
399 Doubles(BufferKind k) { in Doubles() method in EqualsCompareTest.BufferType.Doubles
/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/
H A DArraysEqCmpTest.java571 static class Doubles extends ArrayType<double[]> { class in ArraysEqCmpTest.ArrayType
572 public Doubles() { in Doubles() method in ArraysEqCmpTest.ArrayType.Doubles
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp457 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp484 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp756 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/libchrome/base/json/
H A Djson_reader_unittest.cc128 TEST(JSONReaderTest, Doubles) { in TEST() argument
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp867 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1024 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp1024 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1024 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1025 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp915 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in Codegen() local
H A Dtoy.cpp1195 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in Codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1020 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp1013 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dglthread.h99 bool Doubles:1; /**< double values are not converted to floats */ member
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp933 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in Codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp1035 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(TheContext)); in codegen() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp206 TypePool<IceType_f64, double, ConstantDouble> Doubles; member in Ice::ConstantPool

12345678910>>...15