Home
last modified time | relevance | path

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

1234

/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
/external/speex/libspeex/
Dvq_sse.h41 __m128 half; in vq_nbest() local
80 __m128 half; in vq_nbest_sign() local
/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/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/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dtcmalloc_large_unittest.cc129 const size_t half = (zero - 2) / 2 + 1; in main() local
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dtcmalloc_large_unittest.cc129 const size_t half = (zero - 2) / 2 + 1; in main() 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
/external/skia/src/opts/
DSkBlurImage_opts_SSE2.cpp45 const __m128i half = _mm_set1_epi32(1 << 23); in SkBoxBlur_SSE2() local
DSkBlurImage_opts_neon.cpp124 const uint32x4_t half = vdupq_n_u32(1 << 23); in SkBoxBlur_NEON() local
/external/chromium_org/third_party/skia/src/opts/
DSkBlurImage_opts_SSE2.cpp45 const __m128i half = _mm_set1_epi32(1 << 23); in SkBoxBlur_SSE2() local
DSkBlurImage_opts_SSE4.cpp52 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/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
DComplexToRealFixup.S96 #define half v0.2s macro
DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S114 #define half v13.2s macro
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S98 #define half s15 macro
DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S107 #define half s15 macro
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h453 Packet4f half = pmul(_x, pset1<Packet4f>(.5f)); variable
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S121 #define half D13.F32 macro
DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S129 #define half d0.f32 macro
/external/skia/src/utils/
DSkCullPoints.cpp207 const SkScalar half = SK_ScalarHalf; in SkHitTestPath() local
/external/chromium_org/third_party/skia/src/utils/
DSkCullPoints.cpp207 const SkScalar half = SK_ScalarHalf; in SkHitTestPath() local

1234