Searched refs:opnd2 (Results 1 – 3 of 3) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 2778 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument 2807 if (!opnd2) { in test_eval() 2971 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval() 2975 return (strcmp(opnd1, opnd2) == 0); in test_eval() 2980 if ((i = gmatchx(opnd1, opnd2, false))) in test_eval() 2984 return (strcmp(opnd1, opnd2) != 0); in test_eval() 2988 return (strcmp(opnd1, opnd2) < 0); in test_eval() 2992 return (strcmp(opnd1, opnd2) > 0); in test_eval() 3001 (((s = test_stat(opnd2, &b2)) == 0 && in test_eval() 3010 return (test_stat(opnd2, &b2) == 0 && in test_eval() [all …]
|
D | syn.c | 1041 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | lower-massv.ll | 99 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)
|