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

  /external/tensorflow/tensorflow/core/kernels/
adjust_hsv_gpu.cu.h 75 const float new_h = h * 6.0f; local
77 const float x = chroma * (1.0f - fabsf(fmodf(new_h, 2.0f) - 1.0f));
79 const bool between_0_and_1 = new_h >= 0.0f && new_h < 1.0f;
80 const bool between_1_and_2 = new_h >= 1.0f && new_h < 2.0f;
81 const bool between_2_and_3 = new_h >= 2.0f && new_h < 3.0f;
82 const bool between_3_and_4 = new_h >= 3.0f && new_h < 4.0f
115 float new_h = hsv.h; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 514 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
522 REAL(dispatch_read)(fd, length, q, new_h);
523 Block_release(new_h);
531 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
539 REAL(dispatch_write)(fd, data, q, new_h);
540 Block_release(new_h);
548 dispatch_io_handler_t new_h = local
557 REAL(dispatch_io_read)(channel, offset, length, q, new_h);
558 Block_release(new_h);
567 dispatch_io_handler_t new_h local
605 cleanup_handler_t new_h = Block_copy(^(int error) { local
630 cleanup_handler_t new_h = Block_copy(^(int error) { local
655 cleanup_handler_t new_h = Block_copy(^(int error) { local
    [all...]

Completed in 263 milliseconds