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

  /external/safe-iop/include/
safe_iop.h 305 #define safe_mod(_ptr, __a, __b) \ macro
329 (safe_mod(&(__sio(var)(r)), __sio(var)(a), __sio(var)(b)) && \
330 safe_mod((_ptr), __sio(var)(r), __sio(var)(c))); })
338 (safe_mod(&(__sio(var)(r)), __sio(var)(a), __sio(var)(b)) && \
339 safe_mod(&(__sio(var)(r)), __sio(var)(r), __sio(var)(c)) && \
340 safe_mod((_ptr), __sio(var)(r), (__sio(var)(d)))); })
349 (safe_mod(&(__sio(var)(r)), __sio(var)(a), __sio(var)(b)) && \
350 safe_mod(&(__sio(var)(r)), __sio(var)(r), __sio(var)(c)) && \
351 safe_mod(&(__sio(var)(r)), __sio(var)(r), __sio(var)(d)) && \
352 safe_mod((_ptr), __sio(var)(r), __sio(var)(e))); }
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops.h 745 struct safe_mod : base<T, Eigen::internal::safe_div_or_mod_op< struct in namespace:tensorflow::functor
    [all...]

Completed in 87 milliseconds