Lines Matching defs:REMAP

295 #define REMAP(op, str) [OpenCLstd_##op] = { str }
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(Degrees, "degrees"),
308 REMAP(Radians, "radians"),
309 REMAP(Rotate, "rotate"),
310 REMAP(Smoothstep, "smoothstep"),
311 REMAP(Step, "step"),
313 REMAP(Pow, "pow"),
314 REMAP(Pown, "pown"),
315 REMAP(Powr, "powr"),
316 REMAP(Rootn, "rootn"),
317 REMAP(Modf, "modf"),
319 REMAP(Acos, "acos"),
320 REMAP(Acosh, "acosh"),
321 REMAP(Acospi, "acospi"),
322 REMAP(Asin, "asin"),
323 REMAP(Asinh, "asinh"),
324 REMAP(Asinpi, "asinpi"),
325 REMAP(Atan, "atan"),
326 REMAP(Atan2, "atan2"),
327 REMAP(Atanh, "atanh"),
328 REMAP(Atanpi, "atanpi"),
329 REMAP(Atan2pi, "atan2pi"),
330 REMAP(Cos, "cos"),
331 REMAP(Cosh, "cosh"),
332 REMAP(Cospi, "cospi"),
333 REMAP(Sin, "sin"),
334 REMAP(Sinh, "sinh"),
335 REMAP(Sinpi, "sinpi"),
336 REMAP(Tan, "tan"),
337 REMAP(Tanh, "tanh"),
338 REMAP(Tanpi, "tanpi"),
339 REMAP(Sincos, "sincos"),
340 REMAP(Fract, "fract"),
341 REMAP(Frexp, "frexp"),
342 REMAP(Fma, "fma"),
343 REMAP(Fmod, "fmod"),
345 REMAP(Half_cos, "cos"),
346 REMAP(Half_exp, "exp"),
347 REMAP(Half_exp2, "exp2"),
348 REMAP(Half_exp10, "exp10"),
349 REMAP(Half_log, "log"),
350 REMAP(Half_log2, "log2"),
351 REMAP(Half_log10, "log10"),
352 REMAP(Half_powr, "powr"),
353 REMAP(Half_sin, "sin"),
354 REMAP(Half_tan, "tan"),
356 REMAP(Remainder, "remainder"),
357 REMAP(Remquo, "remquo"),
358 REMAP(Hypot, "hypot"),
359 REMAP(Exp, "exp"),
360 REMAP(Exp2, "exp2"),
361 REMAP(Exp10, "exp10"),
362 REMAP(Expm1, "expm1"),
363 REMAP(Ldexp, "ldexp"),
365 REMAP(Ilogb, "ilogb"),
366 REMAP(Log, "log"),
367 REMAP(Log2, "log2"),
368 REMAP(Log10, "log10"),
369 REMAP(Log1p, "log1p"),
370 REMAP(Logb, "logb"),
372 REMAP(Cbrt, "cbrt"),
373 REMAP(Erfc, "erfc"),
374 REMAP(Erf, "erf"),
376 REMAP(Lgamma, "lgamma"),
377 REMAP(Lgamma_r, "lgamma_r"),
378 REMAP(Tgamma, "tgamma"),
380 REMAP(UMad_sat, "mad_sat"),
381 REMAP(SMad_sat, "mad_sat"),
383 REMAP(Shuffle, "shuffle"),
384 REMAP(Shuffle2, "shuffle2"),
386 #undef REMAP