Home
last modified time | relevance | path

Searched defs:tx (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libclc/generic/lib/math/
H A DsincosD_piby4.h95 double tx = fma(-transform, x, piby4_lead) + fma(-transform, xx, piby4_tail); in __clc_tan_piby4() local
/llvm-project/clang/test/Analysis/
H A Dtaint-tester.c53 int tx = xy.x; // expected-warning + {{tainted}} in taintTracking() local
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DUtils.cpp58 AffineExpr tx, ty, tz, bdx, bdy; in buildLinearId() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp195 auto tx = template_sneaky(); variable
H A Dcxx1z-class-template-argument-deduction.cpp112 typename T::X tx = 0; f() local
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h230 #define __sanitizer_syscall_pre_clock_adjtime(which_clock, tx) \ argument
232 #define __sanitizer_syscall_post_clock_adjtime(res, which_clock, tx) \ argument