Searched refs:REMAP (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_opencl.c | 295 #define REMAP(op, str) [OpenCLstd_##op] = { str } macro 299 REMAP(Distance, "distance"), 300 REMAP(Fast_distance, "fast_distance"), 301 REMAP(Fast_length, "fast_length"), 302 REMAP(Fast_normalize, "fast_normalize"), 303 REMAP(Half_rsqrt, "half_rsqrt"), 304 REMAP(Half_sqrt, "half_sqrt"), 305 REMAP(Length, "length"), 306 REMAP(Normalize, "normalize"), 307 REMAP(Degree 386 #undef REMAP global() macro [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | indic.pl | 284 @REMAP = ('s/\bSHORT\s+//i', 303 foreach my $remap (@REMAP) { $REMAP{$remap} = 0; } 356 foreach my $remapRE (@REMAP) { 362 "; // REMAP: $name -> $_"; 363 ++$REMAP{$remapRE}; 396 $comment = "; // REMAP ($EXCEPTIONS_FILE): " . 432 foreach my $remapRE (@REMAP) { 438 "; // REMAP: $name -> $_"; 439 ++$REMAP{ [all...] |
Completed in 3 milliseconds