Searched refs:with_offset (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/plotters/src/element/ |
D | boxplot.rs | 14 fn with_offset(coord: BackendCoord, offset: f64) -> BackendCoord; in with_offset() method 31 fn with_offset(coord: BackendCoord, offset: f64) -> BackendCoord { in with_offset() method 44 fn with_offset(coord: BackendCoord, offset: f64) -> BackendCoord { in with_offset() method 203 let moved = |coord| O::with_offset(coord, self.offset); in draw() 204 let start_bar = |coord| O::with_offset(moved(coord), -width / 2.0); in draw() 205 let end_bar = |coord| O::with_offset(moved(coord), width / 2.0); in draw() 207 |coord| O::with_offset(moved(coord), -width * self.whisker_width / 2.0); in draw() 209 |coord| O::with_offset(moved(coord), width * self.whisker_width / 2.0); in draw()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_array.h | 91 Index with_offset = *this; in AddOffsetToDim() local 92 with_offset.linear_ = nullptr; in AddOffsetToDim() 93 with_offset.multidim_[dim] = in AddOffsetToDim() 94 b->CreateAdd(with_offset.multidim_[dim], addend); in AddOffsetToDim() 95 return with_offset; in AddOffsetToDim()
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 2250 …const glw::GLint* with_offset = results + (vertex * vertex_size_in_results_buffer) + with_offset_… in verifyResult() local 2255 memcpy(captured_data.with_offset, with_offset, bytes_per_varying); in verifyResult() 2293 logArray(varyings.with_offset, m_n_components_per_varying, "With offset: "); in logVaryings() 2395 if (captured_data.with_offset[i] != expected_values[i]) in checkResult() 2536 if (captured_data.with_offset[i] != expected_values[i]) in checkResult() 2803 if (captured_data.with_offset[i] != expected_values[i]) in checkResult() 2950 if (captured_data.with_offset[i] != expected_values[i]) in checkResult() 3099 if (captured_data.with_offset[i] != expected_values[i]) in checkResult()
|
D | esextcGPUShader5TextureGatherOffset.hpp | 244 glw::GLint with_offset[4]; member
|
/external/rust/crates/chrono/ |
D | CHANGELOG.md | 675 - `with_offset` method has been removed. Use `with_timezone` method instead. 713 - `{Date,Time,DateTime}::with_offset` methods have been added.
|