Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 92) 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/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/libdivsufsort/lib/
Dutils.c36 saidx_t half, i; in binarysearch_lower() local
263 saidx_t size, lsize, rsize, half; in sa_search() local
332 saidx_t size, lsize, rsize, half; in sa_simplesearch() 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/parameter-framework/asio-1.10.6/include/asio/detail/
Dnull_fenced_block.hpp24 enum half_or_full_t { half, full }; enumerator
/external/opencv3/3rdparty/openexr/Half/
Dhalf.h427 half::half () in half() function
438 half::half (float f) in half() function
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
DCalculateLimits.java74 BigDecimal half = new BigDecimal(units == 1? 0: units / 2 - 1); in main() local
/external/webrtc/webrtc/common_audio/
Dwindow_generator.cc54 const size_t half = (length + 1) / 2; in KaiserBesselDerived() 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/opencv3/modules/photo/src/
Dhdr_common.cpp65 int half = LDR_SIZE / 2; in tringleWeights() local
/external/opencv3/modules/photo/test/
Dtest_denoise_tvl1.cpp52 cv::Mat half = mask.colRange(0, img.cols/2); in make_noisy() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
DMark.java50 float half = max_length / 2 - 1; in get_snippet() local
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix.h169 Index half = (std::min)(end_k,j2); in operator() local
/external/opencv3/3rdparty/libjasper/
Djpc_t1dec.c367 int half; in dec_sigpass() local
474 int half; in dec_rawsigpass() local
783 int half; in dec_clnpass() local
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dblock.hpp196 unsigned int half = n/2; in reduce_n() 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
DSecP192K1Field.java60 public static void half(int[] x, int[] z) in half() method in SecP192K1Field
/external/skia/gm/
Dgradients.cpp677 const SkScalar half = SIZE * 0.5f; in make_radial() local
683 const SkScalar half = SIZE * 0.5f; in make_conical() local
690 const SkScalar half = SIZE * 0.5f; in make_sweep() local
/external/pdfium/third_party/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

1234