HomeSort by relevance Sort by last modified time
    Searched refs:lo (Results 151 - 175 of 1512) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/core/
SkSRGB.h 39 auto lo = (13.0471f * 255.0f) * x; local
44 auto s = (x < 0.0048f).thenElse(lo, hi);
  /external/skqp/src/core/
SkSRGB.h 39 auto lo = (13.0471f * 255.0f) * x; local
44 auto s = (x < 0.0048f).thenElse(lo, hi);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-consthilo.d 2 #name: MIPS constant hi/lo
tls-ill.l 8 .*:8: Error: invalid operands `addiu \$4,\$28,%lo\(%gottprel\(tlsvar\)\)'
mips16-hilo-match.s 14 addiu $4,$4,%lo(var4)
16 sw $5,%lo(__var1)($2)
20 sw $5,%lo(var5)($3)
24 sw $5,%lo(__var3)($2)
28 lw $17,%lo(hilo_match)($19)
32 addiu $16,$2,%lo(var6)
34 addiu $18,$3,%lo(var6+704)
38 sw $2,%lo(hilo_match)($19)
64 addiu $16,%lo(var2)
82 lw $2,%lo(hilo_match)($3
    [all...]
mips-abi32.s 19 # 0010 addiu a0,a0,lo(unshared)
21 # 0018 addiu a0,a0,lo(end)
26 # 002c lw a0,lo(unshared)(a0)
28 # 0034 lw a0,lo(end)(a0)
32 # 0044 lw a0,lo(unshared)(at)
33 # 0048 lw a1,lo(unshared)+4(at)
35 # 0050 lw a0,lo(end)(at)
36 # 0054 lw a1,lo(end)+4(at)
39 # 0060 sw a0,lo(unshared)(at)
43 # 0070 sw a0,lo(unshared)(at
    [all...]
mips-gp32-fp32.s 19 # 0010 addiu a0,a0,lo(unshared)
21 # 0018 addiu a0,a0,lo(end)
26 # 002c lw a0,lo(unshared)(a0)
28 # 0034 lw a0,lo(end)(a0)
32 # 0044 lw a0,lo(unshared)(at)
33 # 0048 lw a1,lo(unshared)+4(at)
35 # 0050 lw a0,lo(end)(at)
36 # 0054 lw a1,lo(end)+4(at)
39 # 0060 sw a0,lo(unshared)(at)
43 # 0070 sw a0,lo(unshared)(at
    [all...]
mips-gp32-fp64.s 19 # 0010 addiu a0,a0,lo(unshared)
21 # 0018 addiu a0,a0,lo(end)
26 # 002c lw a0,lo(unshared)(a0)
28 # 0034 lw a0,lo(end)(a0)
32 # 0044 lw a0,lo(unshared)(at)
33 # 0048 lw a1,lo(unshared)+4(at)
35 # 0050 lw a0,lo(end)(at)
36 # 0054 lw a1,lo(end)+4(at)
39 # 0060 sw a0,lo(unshared)(at)
43 # 0070 sw a0,lo(unshared)(at
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
pic-and-nonpic-3a.s 11 addiu $2,$2,%lo(data)
19 addiu $2,$pc,%lo(_gp_disp)
pic-and-nonpic-3b.s 14 addiu $gp,$gp,%lo(__gnu_local_gp)
16 addiu $2,$2,%lo(local)
reloc-merge-lo16.s 24 addiu $3, $2, %lo(g)
25 addiu $2, $2, %lo(g)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBlur.java 48 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) {
73 copyOutput(lo);
88 private void copyOutput(Script.LaunchOptions lo) {
90 mScript.forEach_convert1_fToU(mScratchPixelsAllocation1, mAllocRef, lo);
94 mScript.forEach_convert4_fToU(mScratchPixelsAllocation1, mAllocRef, lo);
133 Script.LaunchOptions lo = makeClipper(11, 11, w - 11, h - 11); local
135 initTest(w, h, e, lo);
136 mIntrinsic.forEach(mAllocDst, lo);
148 Script.LaunchOptions lo = makeClipper(11, 11, w - 11, h - 11); local
150 initTest(w, h, e, lo);
    [all...]
  /external/libxcam/cl_kernel/
kernel_wavelet_haar.cl 33 line[0].lo = read_imagef(input, sampler, (int2)(2 * x, 2 * y));
35 line[1].lo = read_imagef(input, sampler, (int2)(2 * x, 2 * y + 1));
41 row_l = (float8)(line[0].lo + line[1].lo, line[0].hi + line[1].hi) / 2.0f;
42 row_h = (float8)(line[0].lo - line[1].lo, line[0].hi - line[1].hi) / 2.0f;
145 line[0].odd = row_l.lo + row_l.hi;
146 line[0].even = row_l.lo - row_l.hi;
147 line[1].odd = row_h.lo + row_h.hi;
148 line[1].even = row_h.lo - row_h.hi
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 643 int lo = lo0; local
646 // pause(lo, hi);
647 if (lo >= hi)
651 else if (lo == hi - 1)
657 if (a[lo] > a[hi])
659 int T = a[lo];
661 a[lo] = a[hi];
671 int pivot = a[(lo + hi) / 2];
673 a[(lo + hi) / 2] = a[hi];
676 while (lo < hi
    [all...]
  /external/protobuf/js/binary/
arith.js 49 * @param {number} lo The low 32 bits.
53 jspb.arith.UInt64 = function(lo, hi) {
58 this.lo = lo;
74 if (this.hi < other.hi || (this.hi == other.hi && this.lo < other.lo)) {
76 } else if (this.hi == other.hi && this.lo == other.lo) {
90 var lo = (this.lo >>> 1) | ((this.hi & 1) << 31)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log10f.c 36 float f,hfsq,hi,lo,r,y; local
69 lo = (f - hi) - hfsq + r;
70 return y*log10_2lo + (lo+hi)*ivln10lo + lo*ivln10hi + hi*ivln10hi +
e_log2.c 44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y; local
76 * keeps R small (though not as small as a true `lo' term would be),
80 * theorem for spitting f-hfsq as hi+lo, unless double_t was used
103 lo = (f - hi) - hfsq + r;
105 val_lo = (lo+hi)*ivln2lo + lo*ivln2hi;
e_log2f.c 34 float f,hfsq,hi,lo,r,y; local
80 lo = (f - hi) - hfsq + r;
81 return (lo+hi)*ivln2lo + lo*ivln2hi + hi*ivln2hi + y;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
core_types.h 31 uint32_t lo; member in struct:uint64_s
  /external/compiler-rt/lib/builtins/arm/
switch8.S 36 ite lo
switchu8.S 36 ite lo
  /external/freetype/src/base/
md5.h 35 MD5_u32plus lo, hi; member in struct:__anon20671
  /external/google-breakpad/src/common/mac/
file_id.cc 90 int lo = (identifier[idx]) & 0x0F; local
98 static_cast<char>((lo >= 10) ? ('A' + lo - 10) : ('0' + lo));
  /external/icu/icu4c/source/common/
bmpset.h 84 * lo=findCodePoint(start) and
86 * with 0<=lo<=hi<len.
87 * findCodePoint(c) defaults to lo=0 and hi=len-1.
90 * @param lo The lowest index to be returned.
92 * @return the smallest integer i in the range lo..hi,
95 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const;
97 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const;
158 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const {
159 return (UBool)(findCodePoint(c, lo, hi) & 1);
  /external/libdrm/
xf86drmRandom.c 122 unsigned long lo; local
125 lo = s->seed % s->q;
126 s->seed = s->a * lo - s->r * hi;
127 if ((s->a * lo) <= (s->r * hi)) s->seed += s->m;

Completed in 1768 milliseconds

1 2 3 4 5 67 8 91011>>