HomeSort by relevance Sort by last modified time
    Searched refs:halves (Results 1 - 22 of 22) sorted by null

  /external/libprotobuf-mutator/src/
utf8_fix.cc 57 // [0xD800, 0xE000) are reserved for UTF-16 surrogate halves.
59 uint32_t halves = 0xE000 - 0xD800;
61 0xFFFF - halves)(*random);
62 if (c >= 0xD800) c += halves;
  /external/skia/gm/
mandoline.cpp 105 SkConic conic(fLastPt, p1, p2, w), halves[2]; local
106 if (!conic.chopAt(T, halves)) {
109 this->sliceConic(halves[0].fPts[1], halves[0].fPts[2], halves[0].fW, numSubdivisions - 1);
110 this->sliceConic(halves[1].fPts[1], halves[1].fPts[2], halves[1].fW, numSubdivisions - 1);
  /external/skqp/gm/
mandoline.cpp 105 SkConic conic(fLastPt, p1, p2, w), halves[2]; local
106 if (!conic.chopAt(T, halves)) {
109 this->sliceConic(halves[0].fPts[1], halves[0].fPts[2], halves[0].fW, numSubdivisions - 1);
110 this->sliceConic(halves[1].fPts[1], halves[1].fPts[2], halves[1].fW, numSubdivisions - 1);
  /external/tremolo/Tremolo/
misc.h 77 } halves; member in union:magic
87 } halves; member in union:magic
95 return magic.halves.hi;
105 return ((ogg_uint32_t)(magic.halves.lo)>>15) | ((magic.halves.hi)<<17);
  /external/fec/
dotprod_sse2_assist.s 28 pxor %xmm0,%xmm0 # clear running sum (in two 32-bit halves)
dotprod_mmx_assist.s 28 pxor %mm0,%mm0 # clear running sum (in two 32-bit halves)
  /external/libunwind/include/
libunwind-ppc64.h 81 uint64_t halves[2]; member in struct:__anon29490
  /external/grpc-grpc/test/core/util/
passthru_endpoint.cc 49 int halves; member in struct:passthru_endpoint
135 if (0 == --p->halves) {
196 m->halves = 2;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DataRecord.java 34 String[] halves; field in class:DataRecord
74 record.halves = in.stringArray("halves");
141 out.stringArray("halves", halves);
PeriodFormatterData.java 263 if (cv == ECountVariant.HALF_FRACTION && dr.halves == null) {
318 if (dr.genders != null && dr.halves.length > 2) {
326 String half = dr.halves[solox];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DataRecord.java 32 String[] halves; field in class:DataRecord
72 record.halves = in.stringArray("halves");
139 out.stringArray("halves", halves);
PeriodFormatterData.java 261 if (cv == ECountVariant.HALF_FRACTION && dr.halves == null) {
316 if (dr.genders != null && dr.halves.length > 2) {
324 String half = dr.halves[solox];
  /external/skia/src/opts/
SkBitmapProcState_opts.h 236 __m128i halves = _mm_add_epi16(a00a10, a01a11); local
238 // Add the two halves to each other to sum in the other direction.
239 __m128i sum = _mm_add_epi16(halves, _mm_srli_si128(halves, 8));
  /external/skqp/src/opts/
SkBitmapProcState_opts.h 236 __m128i halves = _mm_add_epi16(a00a10, a01a11); local
238 // Add the two halves to each other to sum in the other direction.
239 __m128i sum = _mm_add_epi16(halves, _mm_srli_si128(halves, 8));
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 1384 std::list<double> halves; member in class:google::protobuf::__anon36311::RepeatedFieldInsertionIteratorsTest
    [all...]
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 146 int halves[2];
152 return temp.halves[1] >> 16;
154 return temp.halves[0] >> 16;
    [all...]
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghash-neon-armv8.pl 25 # AArch64 cannot compute over the upper halves of SIMD registers. In 32-bit
26 # NEON, the low and high halves of the 128-bit register q0 are accessible as
29 # halves in separate registers.
120 // upper halves of SIMD registers, so we must split each half into
223 // Split the input into $INlo and $INhi. (The upper halves are unused,
  /external/syzkaller/vendor/golang.org/x/net/http2/
pipe.go 14 // io.Pipe except there are no PipeReader/PipeWriter halves, and the
  /external/protobuf/js/binary/
utils.js 48 * have to split them into two 32-bit halves and do the math manually.
70 * Splits an unsigned Javascript integer into two 32-bit halves and stores it
86 * Splits a signed Javascript integer into two 32-bit halves and stores it in
120 * 32-bit halves, and stores it in the temp values above.
arith.js 47 * representing 64-bit integers as two 32-bit halves.
  /external/boringssl/src/ssl/test/runner/
runner.go     [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1349 milliseconds