HomeSort by relevance Sort by last modified time
    Searched refs:exp (Results 276 - 300 of 1085) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/intltest/
tsputil.cpp 80 PUtilTest::remainderTest(double x, double y, double exp)
87 errln(UnicodeString(" IEEEremainder(") + x + ", " + y + ") is " + result + ", expected " + exp);
89 else if(result != exp)
90 errln(UnicodeString("FAIL: IEEEremainder(") + x + ", " + y + ") is " + result + ", expected " + exp);
182 PUtilTest::maxMinTest(double a, double b, double exp, UBool max)
196 errln(UnicodeString(" max(") + a + ", " + b + ") is " + result + ", expected " + exp); local
198 errln(UnicodeString(" min(") + a + ", " + b + ") is " + result + ", expected " + exp); local
200 else if(result != exp && ! (uprv_isNaN(result) || uprv_isNaN(exp)))
202 errln(UnicodeString("FAIL: max(") + a + ", " + b + ") is " + result + ", expected " + exp); local
204 errln(UnicodeString("FAIL: min(") + a + ", " + b + ") is " + result + ", expected " + exp); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 38 (?:E(?P<exp>[-+]?\d+))? # and optional exponent
137 exp = m.group('exp')
138 if exp:
139 exp = int(exp)
140 if exp >= 0:
141 numerator *= 10**exp
143 denominator *= 10**-exp
197 sign, digits, exp = dec.as_tuple(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 38 (?:E(?P<exp>[-+]?\d+))? # and optional exponent
137 exp = m.group('exp')
138 if exp:
139 exp = int(exp)
140 if exp >= 0:
141 numerator *= 10**exp
143 denominator *= 10**-exp
197 sign, digits, exp = dec.as_tuple(
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftmemory.h 91 #define FT_DEBUG_INNER( exp ) ( _ft_debug_file = __FILE__, \
93 (exp) )
95 #define FT_ASSIGNP_INNER( p, exp ) ( _ft_debug_file = __FILE__, \
97 FT_ASSIGNP( p, exp ) )
101 #define FT_DEBUG_INNER( exp ) (exp)
102 #define FT_ASSIGNP_INNER( p, exp ) FT_ASSIGNP( p, exp )
  /external/clang/test/CodeGen/
libcall-declarations.c 26 double exp(double);
82 exp, expl, expf, exp2, exp2l, exp2f, fabs, fabsl, fabsf, floor, floorl,
110 // CHECK-NOERRNO: declare double @exp(double) [[NUW]]
  /external/eigen/unsupported/test/
mpreal_support.cpp 32 VERIFY_IS_APPROX(A.array().exp(), exp(A.array()));
matrix_exponential.cpp 30 return std::exp(x);
49 C = (angle*A).exp();
74 C = A.exp();
98 C = A.exp();
124 m2 = m1.exp() * (-m1).exp();
  /external/freetype/include/freetype/internal/
ftmemory.h 91 #define FT_DEBUG_INNER( exp ) ( _ft_debug_file = __FILE__, \
93 (exp) )
95 #define FT_ASSIGNP_INNER( p, exp ) ( _ft_debug_file = __FILE__, \
97 FT_ASSIGNP( p, exp ) )
101 #define FT_DEBUG_INNER( exp ) (exp)
102 #define FT_ASSIGNP_INNER( p, exp ) FT_ASSIGNP( p, exp )
  /external/jmonkeyengine/engine/src/test/jme3test/export/
TestOgreConvert.java 67 BinaryExporter exp = new BinaryExporter(); local
68 exp.save(ogreModel, baos);
  /external/libffi/testsuite/lib/
libffi-dg.exp 22 load_lib dg.exp
23 load_lib libgloss.exp
24 load_gcc_lib target-libpath.exp
25 load_gcc_lib wrapper.exp
28 # Define libffi callbacks for dg.exp.
68 # created or not. If it was, dg.exp will try to run it.
262 # run directly from some .exp files (outside of any test). (Those
  /system/core/sh/
builtins.def 2 # $NetBSD: builtins.def,v 1.21 2004/07/13 15:05:59 seb Exp $
57 expcmd exp let
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 302 #define COMPILE_ASSERT(exp, name) _Static_assert((exp), #name)
304 #define COMPILE_ASSERT(exp, name) static_assert((exp), #name)
306 #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
  /external/smack/src/org/xbill/DNS/
LOCRecord.java 296 int exp = b & 0xF; local
297 if (out > 9 || exp > 9)
299 while (exp-- > 0)
306 byte exp = 0;
308 exp++;
311 return (int)((l << 4) + exp);
  /external/valgrind/main/none/tests/ppc32/
round.c 53 unsigned int exp:8; member in struct:__anon30191::__anon30192
62 unsigned int exp:11; member in struct:__anon30193::__anon30194
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
152 (R.layout.exp != E.layout.exp) ||
226 F.layout.exp = 0;
234 D.layout.exp = 0;
243 F.layout.exp = 1;
264 (R.layout.exp != E.layout.exp) |
823 int exp, hi, lo; member in struct:__anon30198
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 53 unsigned int exp:8; member in struct:__anon30232::__anon30233
62 unsigned int exp:11; member in struct:__anon30234::__anon30235
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
152 (R.layout.exp != E.layout.exp) ||
226 F.layout.exp = 0;
234 D.layout.exp = 0;
243 F.layout.exp = 1;
264 (R.layout.exp != E.layout.exp) |
823 int exp, hi, lo; member in struct:__anon30239
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 513 short exp; /* Signed exponent...no bias */ member in struct:__anon29464
699 dest->exp=MIN_EXP;
719 dest->exp=MIN_EXP;
737 dest->exp=MAX_EXP;
927 ptr->exp--;
950 exponent_difference = ptr->exp-minimum_exponent;
964 ptr->exp+=exponent_difference;
1000 /* Does not do anything as ptr->exp is a short and MAX_EXP=37268
1001 if (ptr->exp > MAX_EXP)
1134 exponent_difference = locx.exp-locy.exp
    [all...]
  /external/qemu/target-i386/
machine.c 65 uint16_t exp; local
68 cpu_get_fp80(&mant, &exp, env->fpregs[i].d);
70 qemu_put_be16(f, exp);
168 uint16_t exp; member in union:x86_longdouble
184 p->exp = e;
215 uint16_t exp; local
220 exp = qemu_get_be16(f);
222 env->fpregs[i].d = cpu_set_fp80(mant, exp);
228 env->fpregs[i].d = cpu_set_fp80(mant, exp);
240 p->exp = 0xffff
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 511 public void setExpression(Expression exp)
514 if(!(exp instanceof LocPathIterator))
521 few.setInnerExpression(exp);
524 exp.exprSetParent(few);
525 exp = wi;
528 exp.exprSetParent(UnionPathIterator.this);
529 m_exprs[m_index] = (LocPathIterator)exp;
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c     [all...]
  /external/libxml2/
xmlregexp.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Norm_Corr_opt.s 94 SUB r6, r7, #1 @exp = norm_l(L_tmp)
95 RSB r7, r6, #32 @exp = 32 - exp
97 RSB r7, r6, #0 @scale = -(exp >> 1)
136 SUB r10, r10, #1 @exp = norm_l(L_tmp)
138 MOV r5, r5, LSL r10 @L_tmp = (L_tmp << exp)
139 RSB r10, r10, #30 @exp_corr = 30 - exp
144 MOV r6, r6, LSL r5 @L_tmp = (L_tmp1 << exp)
145 RSB r5, r5, #30 @exp_norm = 30 - exp
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Norm_Corr_neon.s 102 SUB r6, r7, #1 @exp = norm_l(L_tmp)
103 RSB r7, r6, #32 @exp = 32 - exp
105 RSB r7, r6, #0 @scale = -(exp >> 1)
176 SUB r10, r10, #1 @exp = norm_l(L_tmp)
178 MOV r5, r5, LSL r10 @L_tmp = (L_tmp << exp)
179 RSB r10, r10, #30 @exp_corr = 30 - exp
184 MOV r6, r6, LSL r5 @L_tmp = (L_tmp1 << exp)
185 RSB r5, r5, #30 @exp_norm = 30 - exp
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
gc_pred.cpp 275 Word16 exp, frac;
303 Log2(ener_code, &exp, &frac);
304 ener_code = L_Comp (sub (exp, 30), frac); // Q16 for log()
330 * (store exp and frac for pow2()) *
349 Log2_norm (ener_code, exp_code, &exp, &frac);
352 L_tmp = Mpy_32_16(exp, frac, -24660); // Q0.Q15 * Q13 -> Q14
386 // <xn xn> = <xn xn>*2^11*2^exp * 2^exp_en
485 Word16 exp, frac; local
534 Log2(ener_code, &exp, &frac, pOverflow);
539 L_temp1 = (Word32)(exp - 30) << 16
    [all...]
  /bionic/libc/include/
unistd.h 204 #define TEMP_FAILURE_RETRY(exp) ({ \
205 typeof (exp) _rc; \
207 _rc = (exp); \
  /development/ndk/platforms/android-3/include/
unistd.h 199 #define TEMP_FAILURE_RETRY(exp) ({ \
200 typeof (exp) _rc; \
202 _rc = (exp); \

Completed in 2059 milliseconds

<<11121314151617181920>>