Lines Matching refs:cptrf
46 const float * volatile cptrf; variable
111 vf = vec_insert_and_zero(cptrf); in test_core()
148 vf = vec_gather_element(vf, vui, cptrf, 0); in test_core()
150 vf = vec_gather_element(vf, vui, cptrf, 1); in test_core()
152 vf = vec_gather_element(vf, vui, cptrf, 2); in test_core()
154 vf = vec_gather_element(vf, vui, cptrf, 3); in test_core()
174 vf = vec_xl(idx, cptrf); in test_core()
187 vf = vec_load_bndry(cptrf, 64); in test_core()
190 vf = vec_load_bndry(cptrf, 128); in test_core()
193 vf = vec_load_bndry(cptrf, 256); in test_core()
196 vf = vec_load_bndry(cptrf, 512); in test_core()
199 vf = vec_load_bndry(cptrf, 1024); in test_core()
202 vf = vec_load_bndry(cptrf, 2048); in test_core()
205 vf = vec_load_bndry(cptrf, 4096); in test_core()
209 vf = vec_load_len(cptrf, idx); in test_core()