HomeSort by relevance Sort by last modified time
    Searched defs:one (Results 151 - 175 of 275) sorted by null

1 2 3 4 5 67 8 91011

  /external/clang/test/Sema/
function-redecl.c 129 enum e0 {one}; enumerator in enum:e0
ms_class_layout.cpp 18 char one; member in class:A
97 // CHECK-NEXT: 12 | char one
119 // CHECK-NEXT: 76 | char one
144 // CHECK-NEXT: 92 | char one
173 // CHECK-NEXT: 92 | char one
  /external/icu4c/test/cintltst/
chashtst.c 98 static const char one[4] = {0x6F, 0x6E, 0x65, 0}; /* "one" */ local
118 _put(hash, one, 1, 0);
122 _put(hash, one, -1, 1);
125 _put(hash, one, 100, -1);
129 _get(hash, one, 100);
134 if(_compareChars((void*)one, (void*)three) == TRUE ||
135 _compareChars((void*)one, (void*)one2) != TRUE ||
136 _compareChars((void*)one, (void*)one) != TRUE |
157 static const UChar one[4] = {0x006F, 0x006E, 0x0065, 0}; \/* L"one" *\/ local
    [all...]
  /external/skia/src/core/
SkBitmapProcState_matrix.h 153 SkFixed one PREAMBLE_PARAM_Y) {
156 return (i << 14) | (TILEY_PROCF((f + one), max));
160 SkFixed one PREAMBLE_PARAM_X) {
163 return (i << 14) | (TILEX_PROCF((f + one), max));
175 const SkFixed one = s.fFilterOneX; local
188 fx = SkScalarToFixed(pt.fX) - (one >> 1);
201 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
  /external/skia/src/pdf/
SkPDFImage.cpp 157 // This may read up to one byte after src, but the potentially
326 SkRefPtr<SkPDFInt> one = new SkPDFInt(1); local
327 one->unref(); // SkRefPtr and new both took a reference.
328 insert("Width", one.get());
329 insert("Height", one.get());
  /external/valgrind/main/auxprogs/
valgrind-listener.c 237 int i, j, k, res, one; local
274 one = 1;
276 &one, sizeof(int)) < 0) {
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 52 # saves one instruction on any future load from memory
146 addi 4,17,1 # restore (plus one because r17 is decremented)
223 addi 16,DATA_BEGIN,(one-data_begin)-1
377 subi 14,14,1 # point to one less than null
524 one: .ascii "One \0" label
  /external/valgrind/main/memcheck/tests/
wrap6.c 115 /* Returns one, in a way that gcc probably can't constant fold out */
117 volatile int one_actual_return_value = 0; /* the value one() returns */
120 int one ( void ) function
133 { register int len = one(); \
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 87 one RN 4 label
194 MOV one,#1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 87 one RN 4 label
194 MOV one,#1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidInstanceofTest.java 51 InterfaceOne one = mOne; local
53 assertFalse("m_one should not be a ChildOfAFive", one instanceof ChildOfAFive);
93 InterfaceOne one = mFive; local
95 assertFalse("m_five does not implement InterfaceFive", one instanceof InterfaceFive);
  /sdk/emulator/qtools/
gtrace.h 32 uint32_t one; member in struct:Gtrace::first_header
  /bionic/libc/netbsd/net/
getnameinfo.c 141 const int one = 1; local
168 setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one));
  /bionic/libm/bsdsrc/
b_tgamma.c 126 static const double zero = 0., one = 1.0, tiny = 1e-300; variable
136 return(one/zero);
145 return (one/x);
146 one+1e-20; /* Raise inexact flag. */
147 return (one/x);
163 z = one/(x*x);
168 u.a -= one;
191 y = x - one;
192 ym1 = y - one;
199 yy.a = r.a - one;
    [all...]
  /bionic/libm/src/
e_j0.c 36 * to compute the worse one.)
70 one = 1.0, variable
93 if(ix>=0x7ff00000) return one/(x*x);
117 if(huge+x>one) { /* raise inexact if x != 0 */
118 if(ix<0x3e400000) return one; /* |x|<2**-27 */
119 else return one - 0.25*x*x;
124 s = one+z*(S01+z*(S02+z*(S03+z*S04)));
126 return one + z*(-0.25+(r/s));
129 return((one+u)*(one-u)+z*(r/s))
    [all...]
e_j0f.c 28 one = 1.0, variable
51 if(ix>=0x7f800000) return one/(x*x);
75 if(huge+x>one) { /* raise inexact if x != 0 */
76 if(ix<0x32000000) return one; /* |x|<2**-27 */
77 else return one - (float)0.25*x*x;
82 s = one+z*(S01+z*(S02+z*(S03+z*S04)));
84 return one + z*((float)-0.25+(r/s));
87 return((one+u)*(one-u)+z*(r/s));
113 if(ix>=0x7f800000) return one/(x+x*x)
    [all...]
e_j1.c 37 * to compute the worse one.)
70 one = 1.0, variable
94 if(ix>=0x7ff00000) return one/x;
119 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */
123 s = one+z*(s01+z*(s02+z*(s03+z*(s04+z*s05))));
152 if(ix>=0x7ff00000) return one/(x+x*x);
153 if((ix|lx)==0) return -one/zero;
174 * to compute the worse one.
188 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
189 return(x*(u/v) + tpi*(__ieee754_j1(x)*__ieee754_log(x)-one/x))
    [all...]
e_j1f.c 28 one = 1.0, variable
52 if(ix>=0x7f800000) return one/x;
77 if(huge+x>one) return (float)0.5*x;/* inexact if x!=0 necessary */
81 s = one+z*(s01+z*(s02+z*(s03+z*(s04+z*s05))));
110 if(ix>=0x7f800000) return one/(x+x*x);
111 if(ix==0) return -one/zero;
132 * to compute the worse one.
146 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
147 return(x*(u/v) + tpi*(__ieee754_j1f(x)*__ieee754_logf(x)-one/x));
235 z = one/(x*x)
    [all...]
e_pow.c 69 one = 1.0, variable
111 if((iy|ly)==0) return one;
149 if(hy<0) return one/x; else return x;
163 if(hy<0) z = one/z; /* z = (1/|x|) */
183 s = one; /* s (sign of result -ve**odd) = -1 else = 1 */
184 if((n|(yisint-1))==0) s = -one;/* (-ve)**(odd int) */
192 /* over/underflow if x is not close to one */
197 t = ax-one; /* t has 20 trailing zeros */
221 v = one/(ax+bp[k]);
298 z = one-(r-z)
    [all...]
e_powf.c 28 one = 1.0, variable
69 if(iy==0) return one;
101 if(hy<0) return one/x; else return x;
113 if(hy<0) z = one/z; /* z = (1/|x|) */
128 sn = one; /* s (sign of result -ve**odd) = -1 else = 1 */
129 if((n|(yisint-1))==0) sn = -one;/* (-ve)**(odd int) */
133 /* over/underflow if x is not close to one */
163 v = one/(ax+bp[k]);
241 z = one-(r-z);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 204 CatchTable.Entry one = table.get(i); local
205 int start = one.getStart();
206 int end = one.getEnd();
217 out.writeShort(handlerOffsets.get(one.getHandlers()));
225 * Only one of {@code printTo} or {@code annotateTo} should
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlockList.java 112 BasicBlock one = (BasicBlock) getOrNull0(i); local
113 if (one != null) {
114 result += one.getInsns().size();
132 BasicBlock one = (BasicBlock) getOrNull0(i); local
133 if (one != null) {
134 InsnList insns = one.getInsns();
178 BasicBlock one = get(i); local
179 InsnList insns = one.getInsns();
185 * Returns an instance that is identical to this one, except that
198 BasicBlock one = (BasicBlock) get0(i) local
    [all...]
Rop.java 52 /** the opcode; one of the constants in {@link RegOps} */
68 * the branchingness of this op; one of the {@code BRANCH_*}
80 * Constructs an instance. This method is private. Use one of the
83 * @param opcode the opcode; one of the constants in {@link RegOps}
89 * @param branchingness the branchingness of this op; one of the
131 * @param opcode the opcode; one of the constants in {@link RegOps}
137 * @param branchingness the branchingness of this op; one of the
151 * @param opcode the opcode; one of the constants in {@link RegOps}
155 * @param branchingness the branchingness of this op; one of the
170 * @param opcode the opcode; one of the constants in {@link RegOps
284 Type one = exceptions.getType(i); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 206 * Constructs an instance. This is a private constructor; use one
344 Type one = parameterTypes.get(i); local
345 if (one.isIntlike()) {
347 one = Type.INT;
349 list.set(i, one);
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 163 Type one = params.get(i); local
164 locals.set(at, one);
165 at += one.getCategory();
370 * ending frame of one of the subroutine's calling blocks. Subroutine

Completed in 1368 milliseconds

1 2 3 4 5 67 8 91011