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

  /external/boringssl/src/crypto/bn/
bn.c 170 static const BIGNUM const_one = {(BN_ULONG *)&data_one, 1, 1, 0, local
173 return &const_one;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass0.c 270 static const GLfloat const_one = 1.0; local
275 src_ref = get_const_ref(c, &const_one);

Completed in 39 milliseconds