| /external/fdlibm/ |
| D | s_tanh.c | 41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable 43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
|
| D | e_sqrt.c | 86 static const double one = 1.0, tiny=1.0e-300; variable 88 static double one = 1.0, tiny=1.0e-300; variable
|
| D | s_scalbn.c | 31 tiny = 1.0e-300; variable
|
| D | e_atan2.c | 49 tiny = 1.0e-300, variable
|
| D | s_expm1.c | 117 tiny = 1.0e-300, variable
|
| /external/clang/test/CodeGen/ |
| D | struct-union-BE.c | 9 struct tiny { struct 18 struct tiny x; in fstr() argument
|
| D | sparcv9-abi.c | 102 struct tiny { struct 109 struct tiny f_tiny(struct tiny x) { in f_tiny() argument
|
| /external/cronet/third_party/libc++/src/test/std/utilities/format/format.functions/ |
| D | format.verify.cpp | 92 struct tiny { struct 98 auto t = tiny{}; in P2418() argument
|
| /external/trusty/musl/src/math/ |
| D | sqrtf.c | 18 static const float tiny = 1.0e-30; variable
|
| D | sqrt.c | 81 static const double tiny = 1.0e-300; variable
|
| D | fma.c | 169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma() local
|
| /external/arm-optimized-routines/pl/math/ |
| D | v_coshf_2u4.c | 41 v_u32_t tiny = v_cond_u32 (iax <= TinyBound); in V_NAME() local
|
| D | v_asinh_3u5.c | 103 v_u64_t tiny = v_cond_u64 (top12 < TinyBound); in V_NAME() local
|
| /external/aws-sdk-java-v2/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/marshaller/ec2/ |
| D | V1ItemFactory.java | 35 RunInstancesRequest tiny() { in tiny() method in V1ItemFactory
|
| D | V2ItemFactory.java | 33 RunInstancesRequest tiny() { in tiny() method in V2ItemFactory
|
| /external/aws-sdk-java-v2/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/marshaller/dynamodb/ |
| D | AbstractItemFactory.java | 31 final Map<String, T> tiny() { in tiny() method in AbstractItemFactory
|
| /external/musl/src/math/ |
| D | sqrtf.c | 77 uint32_t tiny = predict_false(d2==0) ? 0 : 0x01000000; in sqrtf() local
|
| D | sqrt.c | 152 uint64_t tiny = predict_false(d2==0) ? 0 : 0x0010000000000000; in sqrt() local
|
| D | fma.c | 169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma() local
|
| /external/pdfium/third_party/agg23/ |
| D | agg_clip_liang_barsky.h | 78 float tiny = (yin - y1) / deltay; in clip_liang_barsky() local
|
| /external/pdfium/xfa/fgas/crt/ |
| D | cfgas_decimal_unittest.cpp | 49 WideString tiny = CFGAS_Decimal(1e20f, 0).ToWideString(); in TEST() local
|
| /external/rust/crates/libm/src/math/ |
| D | fma.rs | 178 let tiny: f64 = f64::MIN_POSITIVE / f32::MIN_POSITIVE as f64 * r; in fma() localVariable
|
| /external/eigen/Eigen/src/Core/ |
| D | MathFunctionsImpl.h | 39 const T tiny = pset1<T>(0.0004f); in generic_fast_tanh_float() local
|
| /external/s2-geometry-library-java/tests/com/google/common/geometry/ |
| D | S2CapTest.java | 74 S2Cap tiny = in testBasic() local
|
| /external/eigen/test/ |
| D | array_cwise.cpp | 457 const RealScalar tiny = sqrt(std::numeric_limits<RealScalar>::epsilon()); in array_real() local 569 const RealScalar tiny = std::sqrt(std::numeric_limits<RealScalar>::epsilon()); in array_complex() local
|