/external/fdlibm/ |
D | e_cosh.c | 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
|
D | k_sin.c | 49 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
|
D | e_rem_pio2.c | 73 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
|
D | s_erf.c | 117 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
|
/external/eigen/test/ |
D | sparseLM.cpp | 38 int half = n/2; in model() local 65 int half = n/2; in operator ()() local 90 int half = n/2; in df() local
|
D | denseLM.cpp | 39 int half = n/2; in model() local 64 int half = n/2; in operator ()() local 85 int half = n/2; in df() local
|
/external/speex/libspeex/ |
D | vq_sse.h | 41 __m128 half; in vq_nbest() local 80 __m128 half; in vq_nbest_sign() local
|
/external/jmonkeyengine/engine/src/test/jme3test/math/ |
D | TestHalfFloat.java | 48 short half = FastMath.convertFloatToHalf(flt); in main() local
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 107 CR half = one.divide(two); in testCR() local 120 check_eq(asin.execute(half.sin()), half, "asin(sin(0.5)) failed"); in testCR() local
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/ |
D | SorterTemplate.java | 147 int half = len / 2; in lower() local 162 int half = len / 2; in upper() local
|
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 285 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local 302 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local
|
D | tcuBilinearImageCompare.cpp | 78 const deUint32 half = 1u<<(NUM_SUBPIXEL_BITS*2 - 1); in interpolateChannel() local
|
/external/skia/src/opts/ |
D | SkBlurImage_opts_SSE2.cpp | 45 const __m128i half = _mm_set1_epi32(1 << 23); in SkBoxBlur_SSE2() local
|
D | SkBlurImage_opts_SSE4.cpp | 47 const __m128i half = _mm_set1_epi32(1 << 23); in SkBoxBlur_SSE4() local
|
D | SkBlurImage_opts_neon.cpp | 124 const uint32x4_t half = vdupq_n_u32(1 << 23); in SkBoxBlur_NEON() local
|
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixMatrix.h | 169 Index half = (std::min)(end_k,j2); in operator() local
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 453 Packet4f half = pmul(_x, pset1<Packet4f>(.5f)); variable
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP521R1Field.java | 47 public static void half(int[] x, int[] z) in half() method in SecP521R1Field
|
D | SecP224K1Field.java | 61 public static void half(int[] x, int[] z) in half() method in SecP224K1Field
|
D | SecP192K1Field.java | 60 public static void half(int[] x, int[] z) in half() method in SecP192K1Field
|
D | SecP256K1Field.java | 62 public static void half(int[] x, int[] z) in half() method in SecP256K1Field
|
D | SecP224R1Field.java | 61 public static void half(int[] x, int[] z) in half() method in SecP224R1Field
|
/external/skia/src/utils/ |
D | SkCullPoints.cpp | 207 const SkScalar half = SK_ScalarHalf; in SkHitTestPath() local
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | t1.c | 519 OPJ_INT32 one, half, oneplushalf, vsc; in opj_t1_dec_sigpass_raw() local 545 OPJ_INT32 one, half, oneplushalf; in opj_t1_dec_sigpass_mqc() local 588 OPJ_INT32 one, half, oneplushalf, vsc; in opj_t1_dec_sigpass_mqc_vsc() local 1012 OPJ_INT32 one, half, oneplushalf, agg, runlen, vsc; in opj_t1_dec_clnpass() local
|
/external/freetype/src/base/ |
D | fttrigon.c | 407 FT_Int32 half = (FT_Int32)1L << ( shift - 1 ); in FT_Vector_Rotate() local
|