Home
last modified time | relevance | path

Searched refs:same_op (Results 1 – 4 of 4) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_types.F373 LOGICAL :: same_op ! whether RI operator is same as HF potential component
1210 LOGICAL :: same_op local
1251 same_op = ri_metric%potential_type == hfx_pot%potential_type
1253 IF (same_op .AND. hfx_pot%potential_type == do_potential_truncated) THEN
1254 same_op = ABS(ri_metric%cutoff_radius - hfx_pot%cutoff_radius) < 1.0E-16_dp
1257 IF (same_op .AND. hfx_pot%potential_type == do_potential_short) THEN
1258 same_op = ABS(ri_metric%omega - hfx_pot%omega) < 1.0E-16_dp
1262 ri_data%same_op = same_op
H A Dhfx_ri.F148 IF (.NOT. ri_data%same_op) THEN
472 IF (.NOT. ri_data%same_op) THEN
510 IF (.NOT. ri_data%same_op) THEN
582 IF (ri_data%same_op) t_2c_op_RI(1) = t_2c_op_pot(1)
604 IF (ri_data%same_op) THEN
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/collchk/src/
H A DMakefile.in73 same_int.c same_local_leader.c same_op.c same_root.c \
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp396 static bool same_op(OPERAND *, OPERAND *);
3484 if (!same_op(operand, new_op)) in ad_csed_instr()
6048 if (same_op(cast_op, instr->operands) && in make_bitcast()
6271 same_op(OPERAND *op1, OPERAND *op2) in same_op() function
6374 return same_op(instr->operands, load_op) in find_load_cse()
6402 if (!same_op(instr->operands->next, load_op)) in find_load_cse()