Searched refs:EXP (Results 1 – 17 of 17) sorted by relevance
6 EXP=$test_dir/expect38 cmp -s $OUT $EXP46 diff $DIFF_OPTS $EXP $OUT > $test_name.failed49 unset IMAGE FSCK_OPT OUT EXP
2 EXP=$test_dir/expect49 cmp -s $OUT $EXP57 diff $DIFF_OPTS $EXP $OUT > $test_name.failed60 unset VERIFY_FSCK_OPT NATIVE_FSCK_OPT OUT EXP TEST_DATA VERIFY_DATA
92 #define EXP(x) safer_ebox[(x) & 0xFF] macro273 a = EXP(a) + *++key; b = LOG(b) ^ *++key; in _safer_ecb_encrypt()274 c = LOG(c) ^ *++key; d = EXP(d) + *++key; in _safer_ecb_encrypt()275 e = EXP(e) + *++key; f = LOG(f) ^ *++key; in _safer_ecb_encrypt()276 g = LOG(g) ^ *++key; h = EXP(h) + *++key; in _safer_ecb_encrypt()334 h = LOG(h) ^ *--key; g = EXP(g) - *--key; in _safer_ecb_decrypt()335 f = EXP(f) - *--key; e = LOG(e) ^ *--key; in _safer_ecb_decrypt()336 d = LOG(d) ^ *--key; c = EXP(c) - *--key; in _safer_ecb_decrypt()337 b = EXP(b) - *--key; a = LOG(a) ^ *--key; in _safer_ecb_decrypt()
6 EXP=tmp_expect9 EXP=$test_dir/expect84 cmp -s $OUT $EXP92 diff $DIFF_OPTS $EXP $OUT > $test_name.failed96 unset IMAGE FSCK_OPT OUT EXP
6 EXP=tmp_expect9 EXP=$test_dir/expect97 cmp -s $OUT $EXP105 diff $DIFF_OPTS $EXP $OUT > $test_name.failed109 unset IMAGE FSCK_OPT OUT EXP
5 EXP=tmp_expect8 EXP=$test_dir/expect127 cmp -s $OUT $EXP135 diff $DIFF_OPTS $EXP $OUT > $test_name.failed139 unset IMAGE FSCK_OPT OUT EXP
106 #define EXP(y) picoos_quick_exp(y) macro
728 fExp = (picoos_int32) EXP((double)spect[nI]*mult); in env_spec()739 fExp = (picoos_int32) EXP((double)spect[nI]*mult); in env_spec()750 fExp = (picoos_int32) EXP((double)spect[nI]*mult); in env_spec()
484 … sig_subObj->sig_inner.Fuv_p = (picoos_single) EXP((double)sig_subObj->sig_inner.Fuv_p); in sigProcess()
984 const char* EXP = "Number 0,143, String foo, Date 12:34:56.789"; in TestJ904() local1006 if (strcmp(cresult, EXP) == 0) { in TestJ904()1009 …IL: got \"%s\", expected \"%s\" -> %s (Are you missing data?)\n", cresult, EXP, u_errorName(status… in TestJ904()
1059 %token EXP1126 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST1500 | EXP '(' any_expr ')'
56041 %token EXP56482 | EXP '(' any_expr ')'
663 case EXP: in Calculate()
2530 enum Type {ACOS, ASIN, ATAN, COS, EXP, LOG, SIN, TAN, kNumberOfCaches}; enumerator
7392 return isolate->transcendental_cache()->Get(TranscendentalCache::EXP, x); in RUNTIME_FUNCTION()
525 # expansion of EXP, while in the latter you just obtain the string
1109 - NV vertex program EXP instruction was broken