HomeSort by relevance Sort by last modified time
    Searched defs:one (Results 226 - 250 of 353) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 210 * Constructs an instance. This is a private constructor; use one
348 Type one = parameterTypes.get(i); local
349 if (one.isIntlike()) {
351 one = Type.INT;
353 list.set(i, one);
  /external/fdlibm/
e_j0.c 32 * to compute the worse one.)
73 one = 1.0, variable
100 if(ix>=0x7ff00000) return one/(x*x);
124 if(huge+x>one) { /* raise inexact if x != 0 */
125 if(ix<0x3e400000) return one; /* |x|<2**-27 */
126 else return one - 0.25*x*x;
131 s = one+z*(S01+z*(S02+z*(S03+z*S04)));
133 return one + z*(-0.25+(r/s));
136 return((one+u)*(one-u)+z*(r/s))
    [all...]
e_j1.c 33 * to compute the worse one.)
73 one = 1.0, variable
101 if(ix>=0x7ff00000) return one/x;
126 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */
130 s = one+z*(s01+z*(s02+z*(s03+z*(s04+z*s05))));
172 if(ix>=0x7ff00000) return one/(x+x*x);
173 if((ix|lx)==0) return -one/zero;
194 * to compute the worse one.
208 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
209 return(x*(u/v) + tpi*(__ieee754_j1(x)*__ieee754_log(x)-one/x))
    [all...]
  /external/guava/guava-tests/test/com/google/common/primitives/
BooleansTest.java 163 List<Boolean> one = Arrays.asList(false); local
164 assertTrue(Arrays.equals(ARRAY_FALSE, Booleans.toArray(one)));
BytesTest.java 167 List<Byte> one = Arrays.asList((byte) 1); local
168 assertTrue(Arrays.equals(ARRAY1, Bytes.toArray(one)));
  /external/icu4c/test/intltest/
plurfmts.cpp 275 pluralFmt.applyPattern(UNICODE_STRING_SIMPLE("one{one} other{not one}"), status);
279 UnicodeString one = UNICODE_STRING_SIMPLE("one"); local
280 UnicodeString notOne = UNICODE_STRING_SIMPLE("not one");
285 numResult = one;
330 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
340 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}")
    [all...]
  /external/openfst/src/include/fst/
string-weight.h 91 static const StringWeight<L, S> &One() {
92 static const StringWeight<L, S> one; local
93 return one;
349 w = StringWeight<L, S>::One();
  /external/openssl/crypto/evp/
bio_ok.c 104 standardized one.
268 /* no signature yet -- check if we got one */
466 { const union { long one; char little; } is_endian = {1}; member in union:__anon10025
  /external/openssl/crypto/sha/
sha256.c 138 * is left one. This is why you might notice that rotation coefficients
209 const union { long one; char little; } is_endian = {1}; member in union:__anon10096
sha_locl.h 231 const union { long one; char little; } is_endian = {1}; member in union:__anon10097
  /external/skia/src/core/
Sk64.cpp 98 Sk64 one; local
99 one.set(1);
100 one.shiftLeft(bits - 1);
101 this->add(one);
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 147 int32_t one = SK_Fixed1; local
156 one >>= bits;
161 (array[18] - one) | array[19]);
171 int32_t needsScale = (array[0] - one) | // red axis
172 (array[6] - one) | // green axis
173 (array[12] - one); // blue axis
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 88 static const StringWeight<L, S> &One() {
89 static const StringWeight<L, S> one; local
90 return one;
341 w = StringWeight<L, S>::One();
  /external/v8/src/
fast-dtoa.cc 116 // and v (the input number). They are guaranteed to be precise up to one unit.
117 // In fact the error is guaranteed to be strictly less than one unit.
129 // representations, and one is closer to both w_low and w_high, then we know
157 // representations close to w, but we cannot decide which one is closer.
363 // * if more than one decimal representation gives the minimal number of
364 // decimal digits then the one closest to W (where W is the correct value
394 // low, w and high are imprecise, but by less than one ulp (unit in the last
418 DiyFp one = DiyFp(static_cast<uint64_t>(1) << -w.e(), w.e()); local
419 // Division by one is a shift.
420 uint32_t integrals = static_cast<uint32_t>(too_high.f() >> -one.e())
526 DiyFp one = DiyFp(static_cast<uint64_t>(1) << -w.e(), w.e()); local
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 50 # but, that only gains us one byte of space in the lzss image.
107 inc %ecx # we set ecx to one so byte
233 lea one-6(%rbx,%rbx,2), %esi
235 # [one]+(num_cpus*6)
267 # gas won't let us force the one-byte constant
439 dec %edi # point to one less than null
464 push $81 # one added to cheat, we don't
561 one: .ascii "One\0\0\0" label
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 109 mov r6,#1 @ we set r6 to one so byte
172 add r1,r11,#(one-data_begin)
269 cmpeq r5,r1 @ if first byte matched, comp this one
271 cmpeq r5,r2 @ if first two matched, comp this one
310 sub r10,r10,#1 @ point to one less than null
448 one: .ascii "One \0" label
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 44 # but, that only gains us one byte of space in the lzss image.
99 inc %ecx # we set ecx to one so byte
228 lea one-6(%ebx,%ebx,2), %esi
230 # [one]+(num_cpus*6)
261 # gas won't let us force the one-byte constant
439 dec %edi # point to one less than null
464 push $81 # one added to cheat, we don't
561 one: .ascii "One\0\0\0" label
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
36 Double one = new Double(1.0); local
40 al.add(one);
80 Double one = new Double(1.0); local
84 al.add(one);
110 Double one = new Double(1.0); local
114 al.add(one);
140 Double one = new Double(1.0); local
144 al.add(one);
206 Double one = new Double(1.0) local
    [all...]
  /bionic/libm/src/
s_erf.c 45 * is close to one. The interval is chosen because the fix
48 * guarantee the error is less than one ulp for erf.
118 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
199 return (double)(1-i)+one/x; /* erf(+-inf)=+-1 */
210 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));
215 s = fabs(x)-one;
217 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
221 if(hx>=0) return one-tiny; else return tiny-one;
224 s = one/(x*x)
    [all...]
s_erff.c 26 one = 1.0000000000e+00, /* 0x3F800000 */ variable
107 return (float)(1-i)+one/x; /* erf(+-inf)=+-1 */
119 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));
124 s = fabsf(x)-one;
126 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
130 if(hx>=0) return one-tiny; else return tiny-one;
133 s = one/(x*x);
137 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(
142 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 259 ByteCatchList.Item one = catches.get(j); local
260 CstType exceptionClass = one.getExceptionClass();
265 Hex.u2(one.getHandlerPc()));
322 Insn one = il.get(i); local
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 151 Field one = fields.get(i); local
153 CstFieldRef field = new CstFieldRef(thisClass, one.getNat());
154 int accessFlags = one.getAccessFlags();
157 TypedConstant constVal = one.getConstantValue();
169 AttributeTranslator.getAnnotations(one.getAttributes());
174 String msg = "...while processing " + one.getName().toHuman() +
175 " " + one.getDescriptor().toHuman();
231 Method one = methods.get(i); local
233 CstMethodRef meth = new CstMethodRef(thisClass, one.getNat());
234 int accessFlags = one.getAccessFlags()
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 226 * Add one to properly represent a list-final
270 * the uninterpreted bits; one of: {@code 4 8 16 32 64}
449 RegisterSpec one = list.get(i); local
450 if (one.getReg() != next) {
453 next += one.getCategory();
585 * Writes one code unit to the given output destination.
  /dalvik/vm/jdwp/
JdwpSocket.cpp 51 * We only talk to one debugger at a time.
143 int one = 1; local
158 if (setsockopt(netState->listenSock, SOL_SOCKET, SO_REUSEADDR, &one,
159 sizeof(one)) < 0)
525 * usually only going to find one packet, which is trivial to handle.
707 * We can do one of three things: (1) send a signal and catch
779 * Other than this one case, the protocol [claims to be] stateless.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 33 int one = 0x10000; local
35 GLColor red = new GLColor(one, 0, 0);
36 GLColor green = new GLColor(0, one, 0);
37 GLColor blue = new GLColor(0, 0, one);
38 GLColor yellow = new GLColor(one, one, 0);
39 GLColor orange = new GLColor(one, half, 0);
40 GLColor white = new GLColor(one, one, one);
    [all...]

Completed in 1008 milliseconds

1 2 3 4 5 6 7 8 91011>>