HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 301 - 325 of 2053) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.h 32 void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.h 58 char *nasm_strcat(const char *one, const char *two);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-359491.js 27 // Gather type feedback for g, but only on one branch for f.
55 // Gather type feedback for g, but only on one branch for f.
  /external/clang/test/Sema/
typeof-use-deprecated.c 11 enum E{ one} __attribute__((deprecated)) e; // expected-warning {{'E' is deprecated}} expected-note 2 {{'E' has been explicitly marked deprecated here}} enumerator in enum:E
  /external/fdlibm/
k_tan.c 63 /* one */ 1.00000000000000000000e+00, /* 3FF00000, 00000000 */
67 #define one xxx[13] macro
83 return one / ieee_fabs(x);
93 t = a = -one / w;
95 s = one + t * z;
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
enum.pass.cpp 37 enum Enum {zero, one}; enumerator in enum:Enum
  /external/llvm/test/MC/AsmParser/
directive_lsym.s 3 # FIXME: This is currently unsupported. If it turns out no one uses it, we
  /external/skia/experimental/Intersection/
ShapeOps.h 32 void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
enum.pass.cpp 37 enum Enum {zero, one}; enumerator in enum:Enum
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/backward/
backward_warning.h 34 This file includes at least one deprecated or antiquated header which \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 33 This file includes at least one deprecated or antiquated header which \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
backward_warning.h 33 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
backward_warning.h 34 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
backward_warning.h 34 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
backward_warning.h 34 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
backward_warning.h 34 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
backward_warning.h 33 This file includes at least one deprecated or antiquated header which \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
backward_warning.h 33 This file includes at least one deprecated or antiquated header which \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 68 one = 1.0, variable
110 if((iy|ly)==0) return one;
113 if (hx==0x3ff00000 && lx == 0) return one;
144 return one; /* (-1)**+-inf is NaN */
151 if(hy<0) return one/x; else return x;
165 if(hy<0) z = one/z; /* z = (1/|x|) */
185 s = one; /* s (sign of result -ve**odd) = -1 else = 1 */
186 if((n|(yisint-1))==0) s = -one;/* (-ve)**(odd int) */
194 /* over/underflow if x is not close to one */
199 t = ax-one; /* t has 20 trailing zeros *
    [all...]

Completed in 1465 milliseconds

<<11121314151617181920>>