HomeSort by relevance Sort by last modified time
    Searched refs:is_not_zero (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/fipsmodule/ec/
p256-x86_64.c 99 // is_not_zero returns one iff in != 0 and zero otherwise.
104 // (define-fun is_not_zero ((in (_ BitVec 64))) (_ BitVec 64)
110 // (assert (and (= x #x0000000000000000) (= (is_not_zero x) #x0000000000000001)))
113 // (assert (and (not (= x #x0000000000000000)) (= (is_not_zero x) #x0000000000000000)))
116 static BN_ULONG is_not_zero(BN_ULONG in) { function
343 copy_conditional(p.p.Z, ONE, is_not_zero(wvalue >> 1));
  /external/mesa3d/src/compiler/glsl/
lower_instructions.cpp 627 ir_variable *is_not_zero = local
628 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
632 i.insert_before(is_not_zero);
634 assign(is_not_zero,
664 csel(swizzle(is_not_zero, elem, 1),
699 ir_variable *is_not_zero = local
700 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
708 i.insert_before(is_not_zero);
710 i.insert_before(assign(is_not_zero, nequal(absval->clone(ir, NULL), dzero)));
726 ir->operands[0] = new(ir) ir_dereference_variable(is_not_zero);
    [all...]
builtin_functions.cpp 5196 ir_variable *is_not_zero = body.make_temp(bvec, "is_not_zero"); local
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_glsl450.c 352 nir_ssa_def *is_not_zero = nir_fne(b, abs_x, zero); local
356 nir_bcsel(b, is_not_zero, exponent_bias, zero));
359 nir_bcsel(b, is_not_zero, exponent_value, zero));

Completed in 257 milliseconds