Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 61) sorted by relevance

123

/external/fdlibm/
De_cosh.c38 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
Dk_sin.c49 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
De_rem_pio2.c73 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
Ds_erf.c117 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
/external/eigen/test/
DsparseLM.cpp38 int half = n/2; in model() local
65 int half = n/2; in operator ()() local
90 int half = n/2; in df() local
DdenseLM.cpp39 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/
Dvq_sse.h41 __m128 half; in vq_nbest() local
80 __m128 half; in vq_nbest_sign() local
/external/jmonkeyengine/engine/src/test/jme3test/math/
DTestHalfFloat.java48 short half = FastMath.convertFloatToHalf(flt); in main() local
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java107 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/
DSorterTemplate.java147 int half = len / 2; in lower() local
162 int half = len / 2; in upper() local
/external/deqp/framework/common/
DtcuFloat.hpp285 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local
302 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local
DtcuBilinearImageCompare.cpp78 const deUint32 half = 1u<<(NUM_SUBPIXEL_BITS*2 - 1); in interpolateChannel() local
/external/skia/src/opts/
DSkBlurImage_opts_SSE2.cpp45 const __m128i half = _mm_set1_epi32(1 << 23); in SkBoxBlur_SSE2() local
DSkBlurImage_opts_SSE4.cpp47 const __m128i half = _mm_set1_epi32(1 << 23); in SkBoxBlur_SSE4() local
DSkBlurImage_opts_neon.cpp124 const uint32x4_t half = vdupq_n_u32(1 << 23); in SkBoxBlur_NEON() local
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix.h169 Index half = (std::min)(end_k,j2); in operator() local
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h453 Packet4f half = pmul(_x, pset1<Packet4f>(.5f)); variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Field.java47 public static void half(int[] x, int[] z) in half() method in SecP521R1Field
DSecP224K1Field.java61 public static void half(int[] x, int[] z) in half() method in SecP224K1Field
DSecP192K1Field.java60 public static void half(int[] x, int[] z) in half() method in SecP192K1Field
DSecP256K1Field.java62 public static void half(int[] x, int[] z) in half() method in SecP256K1Field
DSecP224R1Field.java61 public static void half(int[] x, int[] z) in half() method in SecP224R1Field
/external/skia/src/utils/
DSkCullPoints.cpp207 const SkScalar half = SK_ScalarHalf; in SkHitTestPath() local
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt1.c519 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/
Dfttrigon.c407 FT_Int32 half = (FT_Int32)1L << ( shift - 1 ); in FT_Vector_Rotate() local

123