/external/v8/third_party/fdlibm/ |
fdlibm.js | 135 // then 3 2 168 // 3. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then 176 // Then 230 // then 234 // 4. For x in [0.67434,pi/4], let y = pi/4 - x, then 370 // Note. If k=0, then f=x is exact. However, if k!=0, then f 372 // term is need. Let u=1+x rounded. Let c = (1+x)-u, then 560 // expm1(r) = exp(r)-1 is then computed by the following 608 // if x > 7.09782712893383973096e+02 then expm1(x) overflo [all...] |
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 18 if [ "X$(3)" != X ]; then \ 24 -o /dev/null > /dev/null 2> /dev/null; then \ 26 | tr ' ' '\n' | grep "^$$arch$$" >/dev/null 2>/dev/null; then \ 45 if [ "$$?" != "0" ]; then result=$(1); fi; \ 51 if [ "$$?" != "0" ]; then \ 53 if [ "$$?" != "0" ]; then result=""; fi; \
|
/external/icu/icu4c/source/test/cintltst/ |
cdtdptst.c | 199 UChar *pattern=NULL, *now=NULL, *then=NULL; local 216 else then=myDateFormat(format, date2); 217 log_verbose("%s\n", austrdup(then) ); 374 if(initialState != TRUE) switchedState = TRUE; // if it wasn't the default of TRUE, then flip what we expect
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
EthiopicTest.java | 376 Date then = cal.getTime(); local 377 if (!now.equals(then)) { 381 logln(then.toString());
|
/external/libavc/common/arm/ |
ih264_ihadamard_scaling_a9.s | 42 @ * of a 16x16 intra prediction macroblock, and then performs scaling. 99 @if u4_qp_div_6 is lesser than 4 then shift value will be neagative and do negative left shift, in this case rnd_factor has value 100 @if u4_qp_div_6 is greater than 4 then shift value will be positive and do left shift, here rnd_factor is 0
|
/build/core/tasks/ |
sdk-addon.mk | 16 # If they didn't define PRODUCT_SDK_ADDON_NAME, then we won't define 42 # Files that are built and then copied into the sdk-addon
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 41 * If >0 then it's the level of backtracking. 63 * emissions, then set this to the last token to be matched or
|
/external/bison/ |
cfg.mk | 17 # Update version, then recompile so that tests/bison --version be 18 # up-to-date, then compile our parser again with our up-to-date bison.
|
/external/llvm/test/MC/ARM/ |
eh-directive-text-section.s | 8 @ section, then there should be an entry in .ARM.exidx section.
|
eh-directive-setfp.s | 9 @ then libunwind will reconstruct the stack pointer from the frame pointer. 231 @ If (offset - 4) is greater than 0x3f, then multiple 0x7f should be emitted.
|
/external/mockito/src/org/mockito/ |
BDDMockito.java | 12 * Behavior Driven Development style of writing tests uses <b>//given //when //then</b> comments as fundamental parts of your test methods.
17 * The problem is that current stubbing api with canonical role of <b>when</b> word does not integrate nicely with <b>//given //when //then</b> comments.
36 * //then
49 * //then
73 * See original {@link OngoingStubbing#then(Answer)}
134 return new BDDOngoingStubbingImpl<T>(mockitoOngoingStubbing.then(answer));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
clast.h | 121 struct clast_stmt * then; member in struct:clast_guard
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
clast.h | 121 struct clast_stmt * then; member in struct:clast_guard
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
swig.ml | 49 C_bool b -> if b then 1 else 0 93 (try if get_int x != 0 then true else false
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 569 * that the file is a PNG image), then loop through the file and continue 624 struct timeval now, then; local 627 if (gettimeofday(&then, NULL) == 0) { 628 then.tv_sec += loop_interval; 655 if (now.tv_sec < then.tv_sec || 656 (now.tv_sec == then.tv_sec && now.tv_usec < then.tv_usec)) 659 long seconds_to_go = then.tv_sec - now.tv_sec; 685 if (now.tv_sec >= then.tv_sec) 687 seconds_to_go = then.tv_sec - now.tv_sec [all...] |
/build/core/ |
dumpvar.mk | 36 # If the goal is of the form "dumpvar-abs-VARNAME", then
|
/cts/build/ |
config.mk | 19 # Scanners of source files for tests which are then inputed into
|
/development/build/ |
build_android_stubs.mk | 43 $(hide) if [ ! -f $(PRIVATE_FRAMEWORK_RES_PACKAGE) ]; then \
|
/device/generic/goldfish/opengl/ |
Android.mk | 41 # module A, then it must be included after module A below.
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Collections.Tests.pas | 90 if (Values[I] = 34) then
|
Antlr.Runtime.Tools.Tests.pas | 547 if (Pair.Key = 'Foo') then 553 if (Pair.Key = 'Bar') then 559 if (Pair.Key = 'Baz') then 565 if (Pair.Key = 'Zip') then
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/ |
location_info_mixin.js | 56 //then set it's location at the current preprocessor position
|
/external/libhevc/common/arm/ |
ihevc_weighted_pred_uni.s | 148 beq end_loops @if equal, then end the function 152 beq end_loops @if equal, then end the function
|
/external/libvpx/ |
libvpx-offsets.mk | 14 # tricking the compiler and generating non-functional output which is then
|
/external/v8/test/mjsunit/bugs/ |
bug-2337.js | 30 // If one callback causes a GC then the other callbacks don't take place.
|