Home
last modified time | relevance | path

Searched refs:opnd1 (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dfuncs.c2778 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument
2826 return (*opnd1 != '\0'); in test_eval()
2830 return (*opnd1 == '\0'); in test_eval()
2834 return ((vp = isglobal(opnd1, false)) && (vp->flag & ISSET)); in test_eval()
2838 if ((i = *opnd1) == '!' || i == '?') in test_eval()
2839 opnd1++; in test_eval()
2840 if ((k = option(opnd1)) == (size_t)-1) in test_eval()
2847 return (test_access(opnd1, R_OK) == 0); in test_eval()
2852 return (test_access(opnd1, W_OK) == 0); in test_eval()
2856 return (ksh_access(opnd1, X_OK) == 0); in test_eval()
[all …]
Dsyn.c1041 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dlower-massv.ll99 define <2 x double> @pow_f64_massv(<2 x double> %opnd1, <2 x double> %opnd2) {
106 %1 = call <2 x double> @__powd2_massv(<2 x double> %opnd1, <2 x double> %opnd2)
110 define <4 x float> @pow_f32_massv(<4 x float> %opnd1, <4 x float> %opnd2) {
117 %1 = call <4 x float> @__powf4_massv(<4 x float> %opnd1, <4 x float> %opnd2)